/*首页banner start*/
.banner{
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
  margin-top: 103px;
}
.banner .swiper-container{
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img{
  position: absolute;
  top: 0;
  /* left: 50%;
  margin-left: -960px; */
  width: 100%;
  height: 650px;
}
/*首页banner end*/

/*首页banner报名框 start*/
.banner .wrap{
  position: relative;
  clear: both;
}
.banner .wrap .bannerbm {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  bottom: 30px;
  width: 800px;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  box-sizing: border-box;
  z-index: 8;
}

.banner .wrap .bannerbm h2 {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}

.banner .wrap .bannerbm span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.banner .wrap .bannerbm input {
  height: 40px;
  background-color: #fff;
  margin-top: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
}

.banner .wrap .bannerbm input::-webkit-input-placeholder {
  font-size: 14px;
}

.banner .wrap .bannerbm .bannername {
  width: 200px;
  margin-right: 20px;
}

.banner .wrap .bannerbm .bannertel {
  width: 333px;
  margin-right: 20px;
}

.banner .wrap .bannerbm .submit {
  width: 200px;
  border-radius: 3px;
  height: 40px;
  /* background-color: #EE82EE; */
  background-color: #64267d;
  cursor: pointer;
  outline: none;
  border: 0;
  color: #fff;
  text-align: center;
}
/*首页banner报名框 end*/

/*保障 start*/
.safe{
  width: 100%;
  height: 185px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 16px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.safe li{
  width: 265px;
  text-align: center;
  border-right:1px dashed #baa7c1;
}
.safe li:last-child{
  border-right:0px;
}
.safe li img{
  display: inline-block;
  width: 70px
}
.safe li p{
  font-size: 18px;
  font-weight: 600;
  color: #373636;
  margin-top: 6px;
}

.safe li p:last-child {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-top: 10px;
  width: 260px;
  height: 40px;
  /* overflow: hidden; */
  padding: 0 30px;
  box-sizing: border-box;
}
/*保障 end*/

/* 产品  start*/
.fkcp {
  padding-top: 48px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
  height: 570px;
}

.fkcp h1 {
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  color: #1f1d1d;
  font-weight: bold;
  text-align: center;
  font-family: '微软雅黑';
  position: relative;
  font-size: 36px;
}

.fkcp h1::after,
.fkcp h1::before {
  content: '';
  width: 83px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
}

.fkcp h1::after {
  margin-left: 24px;
}

.fkcp h1::before {
  margin-right: 24px;
}

.fkcp h2 {
  text-align: center;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #828282;
}

.fkcp li {
  display: inline-block;
  float: left;
  width: 437px;
  margin-right: 10px;
  position: relative;
  height: 446px;
  background-color: #FFF;
}

.fkcp li:last-child {
  margin: 0;
}

.fkcp li .hx {
  width: 100%;
  height: 10px;
  background-color: #f1f1f1;
  position: absolute;
  top: 290px;
  left: 0;
}

.fkcp li .cp_img {
  display: inline-block;
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.fkcp li .cp_img img {
  width: 100%;
}

.fkcp li .cp_img img:hover {
  transform: scale(1.2);
  transition: transform 400ms linear;
}

.fkcp li .cp_nr {
  width: 100%;
  position: relative;
}

.fkcp li .cp_nr .cp_tc {
  background-color: #592272;
  border-radius: 50%;
  position: absolute;
  width: 120px;
  height: 120px;
  font-size: 17px;
  border: 10px solid #f1f1f1;
  padding: 0 16px;
  padding-top: 27px;
  box-sizing: border-box;
  text-align: center;
  left: 50%;
  margin-left: -60px;
  bottom: 60px;
  color: #fff;
}
.fkcp li .cp_nr .dz{
  padding-top: 35px;
}
.fkcp li .cp_nr .cp_jg {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.fkcp li .cp_nr .cp_jg h3 {
  display: inline-block;
  font-size: 56px;
  font-weight: 550;
  color: #592272;
}

.fkcp li .cp_nr .cp_jg h3 span {
  /* color: #a9a9b1; */
  font-size: 48px;
}

.fkcp li .cp_nr .cp_jg h3 .mj {
  font-size: 16px;
}

.fkcp li .cp_db {
  position: absolute;
  top: 408px;
  width: 100%;
  text-align: center;
  color: #592272;
  font-size: 16px;
}
/* 产品  end*/

/* 梵客头条 start */
.fktt {
  padding-top: 48px;
  padding-bottom: 20px;
  height: 650px;
}

.fktt h1 {
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  color: #1f1d1d;
  font-weight: bold;
  text-align: center;
  font-family: '微软雅黑';
  position: relative;
  font-size: 36px;
}

.fktt h1::after,
.fktt h1::before {
  content: '';
  width: 83px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
}

.fktt h1::after {
  margin-left: 24px;
}

.fktt h1::before {
  margin-right: 24px;
}

.fktt h2 {
  text-align: center;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #828282;
}

.fktt .fktt_left {
  display: inline-block;
  float: left;
  width: 732px;
}

.fktt .fktt_left ul li {
  position: relative;
  display: inline-block;
  width: 350px;
  height: 260px;
  margin-right: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

.fktt .fktt_left ul li span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.fktt .fktt_left ul li img {
  cursor: pointer;
  transition: all 0.6s;
}

.fktt .fktt_left ul li img:hover {
  transform: scale(1.2);
}

.fktt .fktt_left ul li:nth-child(3),
.fktt .fktt_left ul li:nth-child(4){
  margin-bottom: 0;
}

.fktt .fktt_left ul li img {
  width: 100%;
  height: 100%;
}

.fktt .fktt_right {
  display: inline-block;
  float: left;
  width: 600px;
  height: 539px;
  /* background-color: #000; */
}

.fktt .fktt_right .fktt_right_top {
  width: 100%;
  height: 350px;
  cursor: pointer;
}

.fktt .fktt_right .fktt_right_top img {
  width: 100%;
}

.fktt .fktt_right .fktt_right_bottom {
  margin-top: 17px;
  width: 100%;
}

.fktt .fktt_right .fktt_right_bottom img{
  width: 100%;
}

.fktttwo {
  height: 675px;
}

.fktttwo .fktttop {
  width: 100%;
  /* padding-bottom: 40px; */
  /* border-bottom: 1px solid #666; */
}

.fktttwo .fktttop li {
  display: inline-block;
  width: 436px;
  height: 305px;
  margin-right: 7px;
  overflow: hidden;
  position: relative;
}

.fktttwo .fktttop li:hover img {
  transform: scale(1.1);
  transition: transform 200ms linear;
}

.fktttwo .fktttop li:hover span {
  background: rgba(100, 39, 125, 0.75);
}

.fktttwo .fktttop li span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 44px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  left: 0;
  bottom: 0;
}

.fktttwo .fktttop li:nth-child(3) {
  margin-right: 0;
}

.fktttwo .fktttop li img {
  width: 100%;
  height: 100%;
}

.fktttwo .fkttbottom {
  width: 100%;
  padding-top: 40px;
}

.fktttwo .fkttbottom .fkttleft {
  width: 400px;
  height: 210px;
  /* border-left: 1px solid #666; */
  float: right;
}

.fktttwo .fkttbottom .fkttleft .fkttleftbt {
  width: 400px;
  margin-bottom: 20px;
}

.fktttwo .fkttbottom .fkttleft .fkttleftbt h5 {
  color: #000;
  font-size: 18px;
  display: inline-block;
}

.fktttwo .fkttbottom .fkttleft .fkttleftbt span {
  display: inline-block;
  color: #666;
  font-size: 14px;
  margin-left: 264px;
}

.fktttwo .fkttbottom .fkttleft li {
  display: inline-block;
  float: left;
  width: 400px;
  margin-right: 47px;
  margin-bottom: 30px;
}

.fktttwo .fkttbottom .fkttleft li:nth-child(3),
.fktttwo .fkttbottom .fkttleft li:nth-child(4){
  margin-bottom: 0;
}

.fktttwo .fkttbottom .fkttleft li:nth-child(2),
.fktttwo .fkttbottom .fkttleft li:nth-child(4){
  margin-right: 0;
}

.fktttwo .fkttbottom .fkttleft li .box_left {
  width: 70px;
  height: 70px;
  border: 1px solid #6b6b6b;
  float: left;
  text-align: center;
  padding-top: 9px;
  box-sizing: border-box;
  margin-right: 10px;
}

.fktttwo .fkttbottom .fkttleft li .box_right {
  float: left;
}

.fktttwo .fkttbottom .fkttleft li .box_right h6 {
  text-align: left;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* font-weight: 600; */
  overflow: hidden;
}

.fktttwo .fkttbottom .fkttleft li .box_right p {
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
}

.fktttwo .fkttbottom .fkttleft li .box_right p a {
  color: #666;
}

.fktttwo .fkttbottom .fkttleft li .box_left p {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.fktttwo .fkttbottom .fkttleft li .box_left p:nth-child(2) {
  font-size: 14px;
}

.fktttwo .fkttbottom .fkttleft li .box_right {
  float: left;
  width: 300px;
}

.fktttwo .fkttbottom .fkttright {
  width: 880px;
  height: 240px;
  float: left;
  margin-left: 40px;
  border-right: 1px solid #666;
}

.fktttwo .fkttbottom .fkttright .fkttrightbt {
  width: 100%;
  margin-bottom: 20px;
}

.fktttwo .fkttbottom .fkttright .fkttrightbt h5 {
  color: #000;
  font-size: 18px;
  display: inline-block;
}

.fktttwo .fkttbottom .fkttright .fkttrightbt span {
  display: inline-block;
  color: #666;
  font-size: 14px;
  margin-left: 696px;
}

.fktttwo .fkttbottom .fkttright li {
  display: inline-block;
  float: left;
  width: 440px;
  margin-bottom: 21px;
}

.fktttwo .fkttbottom .fkttright li .box_left {
  width: 120px;
  height: 72px;
  overflow: hidden;
  /* border: 1px solid #6b6b6b; */
  float: left;
  /* padding-top: 9px; */
  box-sizing: border-box;
  margin-right: 10px;
}

.fktttwo .fkttbottom .fkttright li .box_left img {
  width: 100%;
}

.fktttwo .fkttbottom .fkttright li .box_right {
  float: left;
  width: 245px;
}

.fktttwo .fkttbottom .fkttright li .box_right h6 {
  text-align: left;
  font-size: 18px;
  color: #000;
  margin-bottom: px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* font-weight: 600; */
}

.fktttwo .fkttbottom .fkttright li .box_right p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
}

.fktttwo .fkttbottom .fkttright li .box_right p a {
  color: #666;
}

/* 梵客头条 end */

/*生活+ start*/

.btv .video h1{
  margin: 44px auto 20px auto;
  height: 35px;
  line-height: 35px;
  color: #1f1d1d;
  font-weight: bold;
  text-align: center;
  font-family: '微软雅黑';
  position: relative;
  font-size: 36px;
}
.btv .video h1:before,
.btv .video h1:after{
  content: '';
  width: 83px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
}
.btv .video h1:after{
  margin-left: 24px;
}
.btv .video h1:before{
  margin-right: 6px;
}
.btv .video h2{
  text-align: center;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #828282;
}
.btv .video_list{
  padding: 19px 16px 24px 16px;
  border: 1px solid #dedede;
  margin-bottom: 46px;
}
.btv .video_list .left{
  position: relative;
  margin-right: 19px;
  cursor: pointer;
}
.btv .video_list .left img{
  width: 520px;
  height: 402px;
}
.btv .video_list .left .layer_box{
  position: absolute;
  bottom:-54px;
  left:0;
  width: 520px;
  height: 55px;
  /* background: rgba(0,0,0,.7) url("../xinimages/play_btn.png") no-repeat 470px 13px; */
}
.btv .video_list .left .layer_box p{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-left: 8px;
}
.btv .video_list .left .layer_box p:first-child{
  margin-top: 5px;
}
.btv .video_list .left .layer_box p:last-child{
  font-weight: normal;
  padding-left: 14px;
  color: #999;
}
.btv .video_list .right{
  max-width: 759px;
  height: 446px;
  overflow: hidden;
}
.btv .video_list .right li{
  width: 242px;
  height: 172px;
  margin-right: 16px;
  margin-bottom: 68px;
  position: relative;
}
.btv .video_list .right li:nth-child(3){
  margin-right: 0;
}
.btv .video_list .right li:nth-child(6){
  margin-right: 0;
}
.btv .video_list .right li a .mc{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 162px;
  background: rgba(0,0,0,.3);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  -moz-transition: opacity .3s ease 0s;
  -o-transition: opacity .3s ease 0s;
  -ms-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}
.btv .video_list .right li a .mc .play_btn{
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../xinimages/anniu.png") no-repeat center center;
}
.btv .video_list .right li:hover .mc{
  opacity: 1;
}
.btv .video_list .right li .h3{
  color: #333;
  font-family:'微软雅黑';
  margin-top: 7px;
  font-size: 16px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
}
.btv .video_list .right li p{
  width: 172px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-family:'微软雅黑';
}
.btv .video_list .right img{
  width: 242px;
  height: 162px;
}
/*生活+ end*/

/*生活+报价 start*/
.btv .offer {
  padding-top: 46px;
  /* padding-bottom: 20px; */
  height: 355px;
}

.btv .offer h1 {
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  color: #1f1d1d;
  font-weight: bold;
  text-align: center;
  font-family: '微软雅黑';
  position: relative;
  font-size: 36px;
}

.btv .offer h1::after,
.btv .offer h1::before {
  content: '';
  width: 83px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
}

.btv .offer h1::after {
  margin-left: 24px;
}

.btv .offer h1::before {
  margin-right: 24px;
}

.btv .offer h2 {
  text-align: center;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #828282;
}

.btv .offer .offer_left{
  /* margin-top: 35px; */
  width: 263px;
  margin-right: 15px;
}
.btv .offer .offer_left a{
  display: block;
  width: 126px;
  height: 126px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
  color: #e3e3e3;
  background: #d8d8d8;
  margin-right: 11px;
  margin-bottom: 12px;
}
.btv .offer .offer_left a.on,
.btv .offer .offer_left a:hover{
  background: #64267d;
}
.btv .offer .offer_left a.on span,
.btv .offer .offer_left a:hover span{
  color: #f1f1f1;
}


.btv .offer .offer_left a:nth-child(2){
  margin-right: 0;
}

.btv .offer .offer_left a:nth-child(4) {
  margin-right: 0;
}
/* .btv .offer .offer_left a:last-child{
  display: block;
  width: 263px;
  height: 137px;
  margin-right: 0;
  margin-bottom: 0;
} */
.btv .offer .offer_left a i{
  display: inline-block;
  vertical-align: 0;
  margin-top: 25px;
}
.btv .offer .offer_left a span{
  display: block;
  font-size: 17px;
  height: 16px;
  line-height: 16px;
  margin-top: 20px;
  color: #121212;
}

.btv .offer .offer_left a:first-child i{
  width: 33px;
  height: 32px;
  background: url("../xinimages/jsq.png") no-repeat center center;
}
.btv .offer .offer_left a:first-child:hover i,
.btv .offer .offer_left a:first-child.on i{
  background: url("../xinimages/jsq_1.png") no-repeat center center;
}

.btv .offer .offer_left a:nth-child(2) i{
  width: 43px;
  height: 35px;
  background: url("../xinimages/fq.png") no-repeat center center;
}
.btv .offer .offer_left a:nth-child(2):hover i,
.btv .offer .offer_left a:nth-child(2).on i{
  background: url("../xinimages/fq_1.png") no-repeat center center;
}

.btv .offer .offer_left a:nth-child(3) i {
  width: 43px;
  height: 35px;
  background: url("../xinimages/fq.png") no-repeat center center;
}

.btv .offer .offer_left a:nth-child(3):hover i,
.btv .offer .offer_left a:nth-child(3).on i {
  background: url("../xinimages/fq_1.png") no-repeat center center;
}

.btv .offer .offer_left a:last-child i{
  width: 43px;
  height: 35px;
  background: url("../xinimages/fq.png") no-repeat center center;
}
.btv .offer .offer_left a:last-child:hover i,
.btv .offer .offer_left a:last-child.on i{
  background: url("../xinimages/fq_1.png") no-repeat center center;
}
.btv .offer .offer_left a:last-child i{
  margin-top: 22px;
}
/* .btv .offer .offer_left a:last-child span{
  display: block;
  font-size: 17px;
  height: 16px;
  line-height: 16px;
  margin-top: 14px;
} */
.btv .offer .offer_right{
  width: 1054px;
  height: 265px;
  padding: 26px 38px;
  border: 1px solid #dedede;
  /* border-radius: 20px; */
  box-sizing: border-box;
  position: relative;
}

.btv .offer .offer_right input {
  font-size: 18px;
}

.btv .offer .offer_right input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 41px;
}
.btv .offer .offer_right>div{
  display: none;
}
.btv .offer .offer_right>div.active{
  display: block;
}
.btv .offer .offer_right h2{
  font-size: 30px;
  color: #64267d;
  font-weight: 600;
  line-height: 30px;
  height: 30px;
  text-align: left;
  margin-bottom: 37px;
}
.btv .offer .offer_right h2 span{
  font-size: 16px;
  color: #6b6b6b;
  margin-left: 12px;
}
.btv .offer .offer_right h2 span em{
  font-style: normal;
  color: #64267d;
}
.btv .offer .offer_right ul{
  width: 620px;
}
.btv .offer .offer_right li{
  margin-bottom: 12px;
}
.btv .offer .offer_right li span{
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #0d0d0d;
  margin-bottom: 10px;
}
/* .btv .offer .offer_right  select{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  height: 54px;
  display: block;
  padding: 0 12px;
  background: url("../xinimages/xl_icon.png") no-repeat 92% center #e8e8e8 ;
  font-size: 16px;
  color: #0d0d0d;
  font-family:  "Microsoft YaHei", "微软雅黑", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
} */
/* .btv .offer .offer_right li select{
  float: left;
} */
/* .btv .offer .offer_right  input{
  height: 54px;
  display: block;
  padding: 0 12px;
  background: #e8e8e8 ;
  font-size: 16px;
  color: #0d0d0d;
  font-family:  "Microsoft YaHei", "微软雅黑", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
} */
/* .btv .offer .offer_right select,
.btv .offer .offer_right input
{
  margin-right: 10px;
} */

.btv .offer .offer_right .offer_baojia,
.btv .offer .offer_right .offer_fenqi,
.btv .offer .offer_right .offer_zc,
.btv .offer .offer_right .offer_lf {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #0c0306;
  /* position: relative; */
}
/* 报价 start */
.btv .offer .offer_right .offer_baojia div,
.btv .offer .offer_right .offer_baojia span {
  display: inline-block;
}

.btv .offer .offer_right .offer_baojia span {
  width: 90px;
  height: 41px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 18px;
}

/* .btv .offer .offer_right .offer_baojia .mj,
.btv .offer .offer_right .offer_zc .sc,
.btv .offer .offer_right .offer_lf .mc,
.btv .offer .offer_right .offer_fenqi .mj
 {
  position: absolute;
  top: 26px;
  left: 38px;
}

.btv .offer .offer_right .offer_baojia .tc,
.btv .offer .offer_right .offer_lf .mj,
.btv .offer .offer_right .offer_fenqi .tc {
  position: absolute;
  top: 26px;
  left: 458px;
}

.btv .offer .offer_right .offer_baojia .name,
.btv .offer .offer_right .offer_zc .xc,
.btv .offer .offer_right .offer_lf .name,
.btv .offer .offer_right .offer_fenqi .name {
  position: absolute;
  top: 86px;
  left: 38px;
} */

/* .btv .offer .offer_right .offer_baojia .submit,
.btv .offer .offer_right .offer_zc .submit,
.btv .offer .offer_right .offer_lf .submit,
.btv .offer .offer_right .offer_fenqi .submit {
  position: absolute;
  bottom: 26px;
  left: 38px;
} */

.btv .offer .offer_right .offer_baojia .mj input {
  height: 41px;
  width: 300px;
  border: 1px solid #d5d5d5;
  padding-left: 15px;
  margin-right: 20px;
}

.btv .offer .offer_right .offer_baojia .tc select {
  text-align: center;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  width: 250px;
  height: 41px;
  font-size: 18px;
  padding-left: 15px;
}

.btv .offer .offer_right .offer_baojia .name input,
.btv .offer .offer_right .offer_baojia .telone input {
  height: 41px;
  width: 670px;
  border: 1px solid #d5d5d5;
  padding-left: 15px;
}

.btv .offer .offer_right .offer_baojia .submit {
  width: 765px;
  height: 41px;
  background-color: #64267d;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}

/* 报价 end */
/* 分期 start */
.btv .offer .offer_right .offer_fenqi div,
.btv .offer .offer_right .offer_fenqi span {
  display: inline-block;
}

.btv .offer .offer_right .offer_fenqi span {
  width: 90px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 20px;
}

.btv .offer .offer_right .offer_fenqi .mj input {
  height: 41px;
  width: 300px;
  border: 1px solid #d5d5d5;
  padding-left: 15px;
  margin-right: 20px;
}

.btv .offer .offer_right .offer_fenqi .tc select {
  text-align: center;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  width: 250px;
  height: 41px;
  font-size: 18px;
  padding-left: 15px;
}

.btv .offer .offer_right .offer_fenqi .name input,
.btv .offer .offer_right .offer_fenqi .telone input {
  height: 41px;
  width: 670px;
  border: 1px solid #d5d5d5;
  padding-left: 15px;
}

.btv .offer .offer_right .offer_fenqi .submit {
  width: 765px;
  height: 41px;
  background-color: #64267d;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}

.btv .offer .offer_right .offer_fenqi .submit,
.btv .offer .offer_right .offer_zc .submit,
.btv .offer .offer_right .offer_baojia .submit,
.btv .offer .offer_right .offer_lf .submit {
  position: absolute;
  left: 38px;
  bottom: 15px;
}
/* 分期 end */
/* 叫车 start */
  .btv .offer .offer_right .offer_zc div,
  .btv .offer .offer_right .offer_zc span {
    display: inline-block;
  }

  .btv .offer .offer_right .offer_zc span {
    width: 90px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    margin-bottom: 20px;
  }

  .btv .offer .offer_right .offer_zc .name input {
    height: 41px;
    width: 300px;
    border: 1px solid #d5d5d5;
    padding-left: 15px;
    margin-right: 20px;
  }

  .btv .offer .offer_right .offer_zc .telone input {
    /* text-align: center; */
    border: 1px solid #d5d5d5;
    /* cursor: pointer; */
    width: 250px;
    height: 41px;
    padding-left: 15px;
  }

  .btv .offer .offer_right .offer_zc .xc input,
  .btv .offer .offer_right .offer_zc .sc input {
    height: 41px;
    width: 670px;
    border: 1px solid #d5d5d5;
    padding-left: 15px;
  }

  .btv .offer .offer_right .offer_zc .submit {
    width: 765px;
    height: 41px;
    background-color: #64267d;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 18px;
  }
/* 叫车 end */
/* 量房 start */
.btv .offer .offer_right .offer_lf div,
.btv .offer .offer_right .offer_lf span {
  display: inline-block;
}

.btv .offer .offer_right .offer_lf span {
  width: 90px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 20px;
}

.btv .offer .offer_right .offer_lf .mc input {
  height: 41px;
  width: 300px;
  border: 1px solid #d5d5d5;
  padding-left: 15px;
  margin-right: 20px;
}

.btv .offer .offer_right .offer_lf .mj input {
  /* text-align: center; */
  border: 1px solid #d5d5d5;
  /* cursor: pointer; */
  width: 250px;
  height: 41px;
  padding-left: 15px;
}

.btv .offer .offer_right .offer_lf .name input,
.btv .offer .offer_right .offer_lf .telone input {
  height: 41px;
  width: 670px;
  border: 1px solid #d5d5d5;
  padding-left: 15px;
}

.btv .offer .offer_right .offer_lf .submit {
  width: 765px;
  height: 41px;
  background-color: #64267d;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}
/* 量房 end*/

.btv .offer .offer_right img {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* .btv .offer .offer_right .offer_baojia select,
.btv .offer .offer_right .offer_baojia input {
  width: 145px;
} */

.btv .offer .offer_right .offer_fenqi select{
  width: 197px;
}
.btv .offer .offer_right .offer_fenqi .fq_area{
  width: 197px;
}
.btv .offer .offer_right .offer_fenqi .fq_area{
  width: 195px;
}
.btv .offer .offer_right .offer_fenqi .fq_name,
.btv .offer .offer_right .offer_fenqi .fq_tel {
  width: 300px;
}

.btv .offer .offer_right .offer_zc select{
  width: 610px;
}
.btv .offer .offer_right .offer_zc .zc_name,
.btv .offer .offer_right .offer_zc .zc_tel {
  width: 300px;
}
.btv .offer .offer_right .zxbj_btn{
  width: 610px;
  height: 54px;
  background: #64267d;
  color: #ffffff;
  font-size: 18px;
  line-height: 54px;
  margin-top: 10px;
  text-align: center;
  font-family: '微软雅黑';
  cursor: pointer;
}
/* .btv .offer .offer_right .zxbj_img{
  position: absolute;
  right: 15px;
  top: 46px;
} */
/*生活+报价 end*/

/*经典案例 start*/
.case{
  margin-top: 48px;
  background: #f3f3f3;
  padding-top: 44px;
  padding-bottom: 60px;
}
.case h1{
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  color: #1f1d1d;
  font-weight: bold;
  text-align: center;
  font-family: '微软雅黑';
  position: relative;
  font-size: 36px;
}
.case h1:before,
.case h1:after{
  content: '';
  width: 83px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
}
.case h1:before{
  margin-right: 24px;
}
.case h1:after{
  margin-left: 24px;
}
.case h2{
  text-align: center;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 16px;
  color: #828282;
}
.case .case_style{
  height: 15px;
  line-height: 15px;
  margin-bottom: 25px;
  color: #1c1c1c;
  font-size: 14px;
  text-align: center;
}

.case .case_style li {
  display: inline-block;
}

.case .case_style a{
  font-size: 16px;
  color: #1c1c1c;
  margin: 0 16px;
}
.case .case_style a:hover{
  color: #64267d;
}
.case .caseList li{
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.case .caseList li:first-child a{
  width: 660px;
  height: 281px;
}
.case .caseList li:nth-child(2) a,
.case .caseList li:nth-child(3) a{
  width: 324px;
  height: 281px;
}

.case .caseList li:nth-child(4) a,
.case .caseList li:nth-child(5) a,
.case .caseList li:nth-child(6) a {
  width: 436px;
  height: 351px;
}

.case .caseList li:nth-child(3n){
  margin-right: 0;
}
.case .caseList li p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: rgba(0,0,0,.75);
  color: #ffffff;
  font-size: 16px;
}
.case .caseList li p span{
  font-size: 24px;
  padding-right: 30px;
  background: url("../xinimages/casePlay.png") no-repeat right center;
}
.case .caseList li:hover p{
  background: #64267d;
  -webkit-transition:all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
}
.case .caseList li img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition:all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
}
.case .caseList li:hover img{
  width:104%;
  height:104%;
  top:-2%;
  left:-2%;
}
.case .caseList li a{
  display: block;
  position: relative;
  zoom: 1;
}
.case .caseList li a.caseVideo p{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.5);
  text-align: center;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  padding-top: 100px;
}
/*经典案例 end*/

/*设计师 start*/
.designer {
  padding-top: 48px;
  height: 700px;
}
.designer h1{
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  color: #1f1d1d;
  font-weight: bold;
  text-align: center;
  font-family: '微软雅黑';
  position: relative;
  font-size: 36px;
}
.designer h1:before,
.designer h1:after{
  content: '';
  width: 83px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
}
.designer h1:before{
  margin-right: 24px;
}
.designer h1:after{
  margin-left: 24px;
}
.designer h2{
  text-align: center;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #828282;
}
.designer .designList{
  height: 15px;
  line-height: 15px;
  margin-bottom: 25px;
  color: #1c1c1c;
  font-size: 14px;
  text-align: center;
}

.designer .designList li{
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
  height: 280px;
  overflow: hidden;
}

.designer .designList li:nth-child(1),
.designer .designList li:nth-child(2) {
  width: 660px;
  background-color: #191b1a;
}

.designer .designList li:nth-child(1) img,
.designer .designList li:nth-child(2) img {
  width: 323px;
}

.designer .designList li:nth-child(3) img,
.designer .designList li:nth-child(4) img,
.designer .designList li:nth-child(5) img,
.designer .designList li:nth-child(6) img {
  width: 323px;
}
.designer .designList li:nth-child(3),
.designer .designList li:nth-child(5) {
  margin-right: 14px;
}
.designer .designList li:nth-child(2),
.designer .designList li:nth-child(6) {
  margin-right: 0;
}

.designer .designList li .design_msg_b{
  position: absolute;
  top: 37px;
  left: 338px;
  height: 225px;
  text-align: left;
}
.designer .designList li .design_msg_b h3{
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.designer .designList li .design_msg_b p:nth-child(2){
  font-size: 22px;
  color: #fff;
  margin-bottom: 6px;
  height: 22px;
  line-height: 22px;
}
.designer .designList li .design_msg_b p:nth-child(2) span{
  font-size: 16px;
}
.designer .designList li .design_msg_b p:nth-child(3){
  font-size: 14px;
  color: #fff;
  margin-bottom: 36px;
  font-weight: 300;
}
.designer .designList li .design_msg_b p:nth-child(4),
.designer .designList li .design_msg_b p:nth-child(5) {
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
}
.designer .designList li .design_msg_b p:nth-child(4):before,
.designer .designList li .design_msg_b p:nth-child(5):before {
  content: '';
  width: 2px;
  height: 20px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.designer .designList li .design_msg_b p:nth-child(4) span,
.designer .designList li .design_msg_b p:nth-child(5) span{
  color: #fff000;
}
.designer .designList li .design_msg_b .design_submite{
  width: 123px;
  height: 35px;
  background: #fff000;
  color: #191b1a;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-top: 27px;
}

.designer .designList li .design_msg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../xinimages/designer_bg.png") no-repeat center;
  padding-top: 30px;
  box-sizing: border-box;
}
.designer .designList li .design_msg .btns{
  width: 100%;
  height: 0px;
  float: left;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.designer .designList li:hover .design_msg .btns{
  height: 30px;
}
.designer .designList li .design_msg .btns a{
  width: 50%;
  float: left;
  background: #999;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: lighter;
  text-decoration: none;
}
.designer .designList li .design_msg .btns a.btn_popBox {
  background: #64267d;
}
.designer .designList li .design_msg h3{
  font-size: 20px;
  color: #fff;
  width: 92px;
  height: 40px;
  line-height: 40px;
}
.designer .designList li .design_msg p{
  text-align: left;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding-top: 13px;
  padding-left: 68px;
}
.designer .designList li .design_msg p:first-child{
  margin-bottom: 5px;
  margin-top:2px;
  padding-left: 0px;
}
/*设计师 end*/

/* 服务流程 start  */
.fwlc .w1332 {
  position: relative;
  /* height: 259.92px; */
  margin-bottom: 60px;
}

.fwlc .w1332 .fwlc_left {
  position: absolute;
  left: 220px;
  top: 180px;
}

.fwlc .w1332 .fwlc_left h3 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.fwlc .w1332 .fwlc_left p {
  color: #666;
  font-size: 15px;
}

.fwlc .w1332 .fwlc_left p span {
  color: red;
}

.fwlc img {
  width: 100%;
}

.fwlc input {
  width: 250px;
  /* margin-right: 10px; */
  height: 40px;
  border: 1px solid #414141;
  position: absolute;
  left: 510px;
  top: 187px;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 14px;
}

.fwlc input::-webkit-input-placeholder {
  font-size: 14px;
}

.fwlc .fwlctel {
  left: 770px;
}

.fwlc .fwlcsubmit {
  width: 250px;
  margin-right: 10px;
  height: 40px;
  position: absolute;
  border: 0;
  left: 1030px;
  top: 187px;
  background-color: #64267d;
  outline:none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}
/* 服务流程 end  */

/*在线工地 start*/
.plant{
  padding-top: 48px;
  padding-bottom: 126px;
  background: #f3f3f4;
}
.plant h1{
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  color: #1f1d1d;
  font-weight: bold;
  text-align: center;
  font-family: '微软雅黑';
  position: relative;
  font-size: 36px;
}
.plant h1:before,
.plant h1:after{
  content: '';
  width: 83px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
}
.plant h1:before{
  margin-right: 24px;
}
.plant h1:after{
  margin-left: 24px;
}
.plant h2{
  text-align: center;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #828282;
}
.plant .plant_list{
  margin-bottom: 10px;
}
.plant .plant_list li{
  margin-right: 10px;
  position: relative;
}
.plant .plant_list li img {
  width: 437px;
  height: 300px;
}
.plant .plant_list li:last-child{
  margin-right: 0;
}
.plant .plant_list li>p{
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #838383;
  background: #f8f8f8;
}
.plant .plant_list p a{
  font-size: 18px;
  color: #414141;
  font-weight: 600;
  margin-left: 14px;
  margin-right: 16px;
}
.plant .plant_list p span{
  margin-right: 13px;
  font-size: 12px;
  color: #414141;
  font-weight: 600;
}
.plant .plant_list p span:last-child{
  margin-right: 0px;
}
.plant .plant_list li .plant_tip{
  position: absolute;
  top: 0;
  right: 10px;
  width: 92px;
  height: 67px;
  background: rgba(0,0,0,.3);
}
.plant .plant_list li .plant_tip p{
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}
.plant .plant_list li .plant_tip p em{
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
}
.plant .art{
  height: 416px;
}
.plant .art .taggleBox{
  width: 900px;
  height: 450px;
}
.plant .art .taggleBox>img{
  width: 900px;
  height: 450px;
  display: none;
}
.plant .art .taggleBox>img.active{
  display: block;
}
.plant .art .itemBox{
  background: #262626;
  height: 450px;
  width: 432px;
  padding-top: 30px;
  padding-left: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plant .art .itemBox h4{
  font-size: 24px;
  color: #fff;
  text-align: left;
  height: 21px;
  line-height: 21px;
  margin-bottom: 8px;
}
.plant .art .itemBox h4:nth-child(2){
  margin-bottom: 14px;
}
.plant .art .itemBox .line{
  background: #fff000;
  height: 2px;
  width: 56px;
  margin-bottom: 21px;
}
.plant .art .itemBox .jishu h3{
  font-size: 34px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  display: none;
}
.plant .art .itemBox .jishu h3.active{
  display: block;
}
.plant .art .itemBox .artList li{
  margin-right: 36px;
  margin-bottom: 30px;
}
.plant .art .itemBox .artList li img{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 1px solid #262626;
  filter: grayscale(100%);
  opacity: .8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plant .art .itemBox .artList li:hover img,
.plant .art .itemBox .artList li.on img{
  border: 1px solid #64267d;
  filter: grayscale(0%);
  opacity: 1;
}
.plant .art .itemBox .artList li:nth-child(3n){
  margin-right: 0;
}
/*在线工地 end*/

/*新闻报道 start*/
.news{
  padding-top: 44px;
  padding-bottom: 55px;
  background: #f3f3f3;
}
.news h1{
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  color: #1f1d1d;
  font-weight: bold;
  text-align: center;
  font-family: '微软雅黑';
  position: relative;
  font-size: 36px;
}
.news h1:before,
.news h1:after{
  content: '';
  width: 83px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
}
.news h1:before{
  margin-right: 24px;
}
.news h1:after{
  margin-left: 24px;
}
.news h2{
  text-align: center;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #828282;
}
.news .newsDetail{
  height: 360.5ppx;
  margin-bottom: 25px;
}
.news .newsDetail>div{
  margin-right: 17px;
}
.news .newsDetail .left{
  width: 420px;
  height: 360.5px;
  overflow: hidden;
  position: relative;
}
.news .newsDetail .left img{
  width: 420px;
  height: 360.5px;
}
.news .newsDetail .left span{
  display: block;
  width: 424px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: rgba(0,0,0,0.5)
}
.news .newsDetail .center {
  width: 458px;
  height: 360.5px;
}
.news .newsDetail .right{
  width: 420px;
  margin-right: 0;
}
/* .news .newsDetail .right ul li {
  width: 200px;
} */

.news .newsDetail .right ul li a {
  display: inline-block;
  width: 200px;
}

.news .newsDetail .right ul li a img {
  width: 100%;
}

.news .newsDetail .right ul li:nth-child(1) a img {
  width: 420px;
}
.news .newsDetail .center h3{
  font-size: 20px;
  color: #fff;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  background: #64267d;
}
.news .newsDetail .center ul{
  background: #fff;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 15px;
  height: 270.45px
}
.news .newsDetail .center ul li{
  margin-bottom: 12px;
}
.news .newsDetail .center ul li:last-child{
  margin-bottom: 0;
}
.news .newsDetail .center ul li .time{
  width: 51px;
  height: 51px;
  background: url("../xinimages/newsList_bg.png") no-repeat center;
  margin-right: 17px;
}
.news .newsDetail .center ul li .time span{
  display: block;
  width: 100%;
  height: 25px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.news .newsDetail .center .newsMsg{
  padding-top: 8px;
}
.news .newsDetail .center .newsMsg a:hover p{
  color: #64267d;
}
.news .newsDetail .center .newsMsg p:first-child{
  font-size: 14px;
  color: #666666;
  height: 16px;
  line-height: 16px;
  font-family:'微软雅黑';
  margin-bottom: 8px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.news .newsDetail .center .newsMsg p:last-child{
  font-size: 12px;
  color: #8e8e8e;
  height: 12px;
  line-height: 12px;
  text-indent: -6px;
}

.news .jsbj ul li {
  margin-right: 13px;
}

.news .jsbj ul li img {
  width: 323px;
}

.news .jsbj ul li:hover img{
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
  -o-box-shadow: 0 0 10px rgba(0,0,0,.5);
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  -webkit-transform:translate3d(0, -2px, 0);
  -ms-transform:translate3d(0, -2px, 0);
  -o-transform:translate3d(0, -2px, 0);
  -moz-transform:translate3d(0, -2px, 0);
  transform:translate3d(0, -2px, 0)
}
.news .jsbj ul li:last-child{
  margin-right: 0;
}
/*新闻报道 end*/


/*底部 start*/
.bottom{
  /* width: 1920px; */
  height: 254px;
  margin: 0 auto;
  background: url("../xinimages/footer.jpg") no-repeat center;
}
.bottom ul{
  padding: 70px 0 0 490px;
}
.bottom ul li{
  float: left;
  margin-right: 35px;
  color: #fff;
  font-size: 18px;
}

.bottom ul li:last-child {
  margin: 0;
}

.bottom ul li span{
  font-size: 44px;
  font-family: '微软雅黑';
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-bottom: 8px;
}
.bottom ul li p{
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  font-family: '微软雅黑';
  padding-left: 3px;
}
/*底部 end*/

/*footer start*/
.footer {
  margin-bottom: 76px;
}

.footer .link{
  background: #252525;
  height: 184px;
}
/* .footer .link .wrap{
  padding: 20px 163px 0px 107px;
} */
.footer .link .wrap{
  padding: 20px 0 0px 107px;
}
.footer .link .wrap dl{
  padding-top: 4px;
}
.footer .link .wrap dl:first-child{
  margin-right: 72px;
}
.footer .link .wrap dl:nth-child(2){
  margin-right: 64px;
}
.footer .link .wrap dl:nth-child(3){
  margin-right: 64px;
}
.footer .link .wrap dl:nth-child(4){
  margin-right: 64px;
}
.footer .link .wrap dt{
  width: 100%;
  margin-bottom: 23px;
  line-height: 14px;
  font-size: 14px;
  height: 14px;
  color: #fff;
}
.footer .link .wrap dl p{
  font-size: 12px;
  color: #aaaaaa;
  font-family: '微软雅黑';
  text-align: center;
  height: 12px;
  line-height: 12px;
  margin-top: 6px;
}
.footer .link .wrap dl h3{
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-bottom: 13px;
}
.footer .link .wrap dd a{
  font-size: 13px;
  height: 13px;
  line-height: 13px;
  color: #fff;
  display: block;
  float: left;
  margin-bottom: 8px;
}
.footer .beian{
  background: #111111;
  height: 40px;
  line-height: 40px;
}
.footer .beian p{
  padding: 0 10px;
  color: #fffefe;
  font-size: 13px;
  padding-left: 117px;
}
/*footer end*/


/*视频播放区域*/
.video_play_layer{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.8);
  z-index: 99999;
  display: none;
}
.video_play_layer .video_play_box{
  width: 480px;
  height: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -180px 0 0 -240px;
}
.video_play_layer .video_play_box .video_close{
  width: 36px;
  height: 36px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: url("../xinimages/video_close.png") no-repeat center;
  cursor: pointer;
}

/*弹框*/
.show_apply_layer{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.7);
  z-index: 9999;
  display: none;
}
.show_apply_layer .show_apply_box{
  width: 580px;
  height: 454px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -227px 0 0 -290px;
  background: url("../xinimages/show_apply_box.jpg") no-repeat center;
}
/*.show_apply_layer .compute_apply_box{*/
  /*background: url("../xinimages/designer/compute_apply_box.jpg") no-repeat center;*/
/*}*/
.show_apply_layer .show_apply_box .close_btn{
  width: 44px;
  height: 44px;
  position: absolute;
  top: 34px;
  right: 20px;
  cursor: pointer;
}
.show_apply_layer .show_apply_box .form{
  width: 499px;
  height: 296px;
  position: absolute;
  top: 118px;
  left: 36px;
}
.show_apply_layer .show_apply_box .form input{
  width: 100%;
  height: 68px;
  padding-left: 60px;
  font-size: 20px;
  line-height:68px;
  margin-bottom: 8px;
}
.show_apply_layer .show_apply_box .submit_btn{
  width: 100%;
  height: 68px;
  cursor: pointer;
}

.tanchuang {
  position: fixed;
  width: 834px;
  height: 512px;
  top: 50%;
  margin-top: -261px;
  left: 50%;
  margin-left: -417px;
  background-color: #FFF;
  /* border-top: 5px solid #c69f6a; */
  z-index: 99;
  display: none;
}

.tanchuang .gb {
  width: 30px;
  height: 30px;
  margin-left: 820px;
  margin-top: -15px;
  cursor: pointer;
}

.tanchuang .gb img {
  width: 100%;
  height: 100%;
}

.tanchuang .one {
  width: 100%;
  height: 100%;
  background: url(../xinimages/one.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.tanchuang .one ul {
  position: absolute;
  top: 245px;
  left: 74px;
  height: 180px;
}

.tanchuang .one ul li {
  display: inline-block;
  width: 105px;
  height: 180px;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}

.tanchuang .one ul li a {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 105px;
  height: 30px;
  background: #e0e0e1;
  color: #000;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}

.tanchuang .one ul li a:hover {
  background-color: #c69f6a;
}

.tanchuang .two {
  width: 100%;
  height: 100%;
  background: url(../xinimages/two.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: none;
}

.tanchuang .two .top {
  position: absolute;
  top: 220px;
  left: 88px;
  height: 180px;
}

.tanchuang .two .top li {
  display: inline-block;
  width: 111px;
  height: 30px;
  background: #e0e0e1;
  margin-right: 23px;
  color: #000;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

.tanchuang .two .tkbottom {
  position: absolute;
  top: 325px;
  left: 88px;
  height: 180px;
}

.tanchuang .two .tkbottom li {
  display: inline-block;
  width: 95px;
  height: 130px;
  margin-right: 43px;
  cursor: pointer;
  position: relative;
}

.tanchuang .two .tkbottom li a {
  display: inline-block;
  width: 95px;
  height: 30px;
  background: #e0e0e1;
  color: #000;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-size: 16px;
}

.tanchuang .three {
  width: 100%;
  height: 100%;
  background: url(../xinimages/three.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: none;
}

.tanchuang .three .tktel {
  width: 320px;
  height: 46px;
  background: #fff;
  position: absolute;
  top: 319px;
  left: 207px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 18px;
}

.tanchuang .three input::-webkit-input-placeholder {
  font-size: 18px;
}

.tanchuang .three .tksubmit {
  width: 421px;
  height: 59px;
  background: #000;
  position: absolute;
  top: 392px;
  left: 207px;
  cursor: pointer;
  opacity: 0;
}

.footerbk {
  /* min-width: 1920px; */
  width: 100%;
  height: 500px;
  position: fixed;
  bottom: -422px;
  display: none;
  background-color: #464646;
  z-index: 9;
}

.footerbk .w1200 {
  background: url(../xinimages/footer.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: 1332px;
  height: 100%;
  margin: 0 auto;
}

.footerbk .w1200 .area {
  position: absolute;
  width: 270px;
  height: 41px;
  background-color: #fff;
  top: 167px;
  left: 292px;
}

.footerbk .w1200 .tel {
  position: absolute;
  width: 286px;
  height: 41px;
  background-color: #fff;
  top: 332px;
  left: 292px;
}

.footerbk input {
  font-size: 14px;
}

.footerbk input::-webkit-input-placeholder{
  font-size: 14px;
}

.footerbk .w1200 .submit {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #000;
  top: 227px;
  left: 632px;
  cursor: pointer;
  opacity: 0;
}

.footerbk .w1200 .bg1-footerbk,
.bg-footerbk {
  width: 1332px;
  height: 60px;
  /* background-color: #fff; */
  position: absolute;
  right: 0;
  top: 0;
  z-index: 111;
}

.footerbk .w1200 .dk-footerbk,
.gb-footerbk {
  background: url(../xinimages/bup.png) no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 36px;
  /* background-color: #fff; */
  position: absolute;
  right: 0;
  top: 17px;
  z-index: 111;
}